Contains Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodContains(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>)
Determines if this dictionary contains the given key and all of the values associated with that key..
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>>)>..::Contains(T).)
Public methodContains(TKey, TValue)
Determines if this dictionary contains a key-value pair equal to key and value. The dictionary is not changed. This method must be overridden in the derived class.

See Also